﻿@charset "utf-8";

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

div {
    text-align: left
}

a img {
    border: 0
}

body {}

ul,
ol,
li {
    list-style-type: none;
    vertical-align: 0
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none
}

a:hover {
    color: #D40000;
    text-decoration: none
}

body {
    background-color: #333333
}

/* 效果CSS开始 */
.mod18 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 45px 0;
    flex-wrap: wrap;
}

.mod18 .btn {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 10px;
    background: url(../images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
    bottom: 81px;
    width: 32px;
    height: 48px;
}

.mod18 #prev,
.mod18 #next {
    top: 490px;
    width: 10px;
    height: 16px;
}

.mod18 #prevTop {
    /* background: url(../lbt/prevBtnTop.png) 0 0 no-repeat; */
    /* background: url(../images/prevBtnTop.png) 0 0 no-repeat; */
}

.mod18 #nextTop {
    background: url(../image/dongye/右.png) 0 0 no-repeat;
    /* background: url(../images/nextBtnTop.png) 0 0 no-repeat; */
}

.mod18 .next {
    right: 10px;
    /* background: url(../images/nextBtn.png) no-repeat; */
    /* background: url(../image/dongye/右.png) 0 0 no-repeat; */
}

.mod18 li {
    float: left;
}

/* .mod18 .cf li {
    position: relative;
    color: #fff;
} */

/* .mod18 .cf a {
    display: block;
    width: 526px;
    height: 377px;
    position: absolute;
    color: #fff;
} */

/* .mod18 .cf li span {
    display: block;
    width: 486px;
    position: absolute;
    left: 75px;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
} */

.mod18 .picBox {
    width: 1180px;
    height: 524px;
    padding-left: 75px;
    padding-right: 76px;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.mod18 .picBox ul {
    height: 524px;
    position: absolute;
    left: 0;
}

.mod18 .picBox li {
    /* padding-left: 75px;
    padding-right: 1px; */
    width: 1180px;
    height: 524px;
}

.mod18 .listBox {
    width: 950px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 88px;
    position: absolute;
    /* padding-left: 12px; */
}

.mod18 .listBox li {
    width: 158px;
    height: 77px;
    cursor: pointer;
    position: relative;
    padding: 5px 0 0 0;
    opacity: 1;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 100%;
    max-width: 158px;
    height: 77px;
    /* background-color: #cfa972; */
    opacity: 0.6;
}

.mod18 .listBox img {
    background-color: #cfa972;
    opacity: 0.6;
}

.mod18 .listBox .on a {
    opacity: 1;
}

/* .mod18 .listBox .on a .G-1,
.mod18 .listBox .on a .G
.mod18 .listBox .on a .G-1-1 {
    opacity: 0.6;
} */

.mod18 .listBox .on a p {
    opacity: 1;
    color: #DC7552;
}

.mod18 .listBox a p {
    opacity: 1;
    color: #48505E;
    
font-size: 0.875rem;
font-family: Source Han Sans CN;
}

.mod18 .listBox .on a .undian {
    background-color: #DC7552;
}

.mod18 .listBox .on img {
    opacity: 1;
}

.mod18 .listBox .on i {
    display: block;
}

.listBox img {
    width: 100%
}
.float-left{
    float: left;
}